projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3496abe
)
Try hoisting windows.h earlier for windows build.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 27 Nov 2017 02:44:47 +0000
(20:44 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 27 Nov 2017 02:44:47 +0000
(20:44 -0600)
jeeps/gpsusbwin.cc
patch
|
blob
|
history
diff --git
a/jeeps/gpsusbwin.cc
b/jeeps/gpsusbwin.cc
index 373e5efac4ce962cabc80d593493d0cf760ccc71..f14ff7e85e16a3213bc0f991235a2f849ad61196 100644
(file)
--- a/
jeeps/gpsusbwin.cc
+++ b/
jeeps/gpsusbwin.cc
@@
-21,10
+21,10
@@
#include <cctype>
#include <cstdio>
+#include <windows.h> // Boost this out of alpha order.
#include <initguid.h>
#include <malloc.h>
#include <setupapi.h>
-#include <windows.h>
#include <winioctl.h>
#include "../garmin_device_xml.h"